Skip to content

2.0.0.0 serivce #1471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged

Conversation

shedfreewu
Copy link
Collaborator

@shedfreewu shedfreewu commented Dec 4, 2024

2.0.0.0 serivce

  1. support change callee server name by user interceptor and support circuit breaker
  2. support multi service registry

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 63.67188% with 93 lines in your changes missing coverage. Please review.

Project coverage is 63.23%. Comparing base (437aa29) to head (73f1c2a).
Report is 1 commits behind head on hoxton.

Files with missing lines Patch % Lines
...c/enhancement/scg/EnhancedGatewayGlobalFilter.java 31.57% 13 Missing ⚠️
...n/PolarisFeignCircuitBreakerInvocationHandler.java 0.00% 11 Missing ⚠️
.../circuitbreaker/reporter/CircuitBreakerPlugin.java 76.47% 3 Missing and 5 partials ⚠️
...ttemplate/PolarisRetryLoadBalancerInterceptor.java 12.50% 7 Missing ⚠️
...nhancement/plugin/DefaultEnhancedPluginRunner.java 50.00% 5 Missing and 1 partial ⚠️
...ttemplate/EnhancedRestTemplateWrapInterceptor.java 66.66% 4 Missing and 2 partials ⚠️
...loud/polaris/loadbalancer/PolarisLoadBalancer.java 44.44% 4 Missing and 1 partial ⚠️
...aker/reporter/ExceptionCircuitBreakerReporter.java 83.33% 1 Missing and 3 partials ⚠️
.../openfeign/PolarisFeignCircuitBreakerTargeter.java 0.00% 3 Missing ⚠️
...r/resttemplate/PolarisLoadBalancerInterceptor.java 62.50% 2 Missing and 1 partial ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff              @@
##             hoxton    #1471      +/-   ##
============================================
- Coverage     65.78%   63.23%   -2.56%     
  Complexity        2        2              
============================================
  Files           340      334       -6     
  Lines          8081     7857     -224     
  Branches        971      945      -26     
============================================
- Hits           5316     4968     -348     
- Misses         2311     2452     +141     
+ Partials        454      437      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shedfreewu shedfreewu force-pushed the dev/shedfreewu/h-2.0-boc-service branch 2 times, most recently from a26b608 to 01346c1 Compare December 6, 2024 01:14
@shedfreewu shedfreewu force-pushed the dev/shedfreewu/h-2.0-boc-service branch from 01346c1 to 26861e1 Compare December 6, 2024 08:25
@SkyeBeFreeman
Copy link
Collaborator

EnhancedRestTemplateWrapInterceptorrouter模块被调用,会不会导致SDK不能单独使用某个功能。比如目前服务熔断依赖 EnhancedRestTemplateWrapInterceptor,这样的话,熔断功能就依赖路由模块的引入。

@shedfreewu shedfreewu merged commit 55122f0 into Tencent:hoxton Dec 11, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

当引入spring cloud sleuth组件时,使用feign调用其他服务报错NullPointerException
3 participants